home *** CD-ROM | disk | FTP | other *** search
- object DcTaxConfigForm: TDcTaxConfigForm
- Left = 311
- Top = 282
- BorderStyle = bsDialog
- Caption = 'Config Tax Rates'
- ClientHeight = 218
- ClientWidth = 301
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Scaled = False
- OnHide = FormHide
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 177
- Width = 301
- Height = 41
- Align = alBottom
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- OnMouseMove = ULOff
- object Panel2: TPanel
- Left = 49
- Top = 2
- Width = 250
- Height = 37
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object OkBtn: TButton
- Left = 6
- Top = 6
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = OkBtnClick
- OnMouseMove = ULOff
- end
- object CanBtn: TButton
- Left = 84
- Top = 6
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnMouseMove = ULOff
- end
- object HelpBtn: TButton
- Left = 162
- Top = 6
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- OnMouseMove = ULOff
- end
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 301
- Height = 177
- Align = alClient
- BevelInner = bvLowered
- BevelOuter = bvLowered
- TabOrder = 0
- OnMouseMove = ULOff
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 104
- Height = 13
- Caption = 'Tax Rate List Settings'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnMouseMove = ULOff
- end
- object Label3: TLabel
- Left = 179
- Top = 98
- Width = 111
- Height = 13
- Alignment = taRightJustify
- Caption = 'Value out of Range'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnMouseMove = ULOff
- end
- object Label2: TLabel
- Left = 10
- Top = 118
- Width = 279
- Height = 35
- AutoSize = False
- Caption = 'Click OK to Confirm'
- WordWrap = True
- OnMouseMove = ULOff
- end
- object WebLabel: TLabel
- Left = 10
- Top = 152
- Width = 49
- Height = 13
- Cursor = crHandPoint
- Caption = 'WebLabel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ShowAccelChar = False
- Transparent = True
- OnClick = WebLabelClick
- OnMouseMove = WebLabelMouseMove
- end
- object Memo: TMemo
- Left = 8
- Top = 30
- Width = 283
- Height = 63
- TabOrder = 0
- WantReturns = False
- OnChange = MemoChange
- OnEnter = MemoChange
- OnMouseMove = ULOff
- end
- end
- object Poller: TTimer
- Enabled = False
- Interval = 100
- OnTimer = PollerTimer
- Left = 136
- Top = 128
- end
- end
-